'宣言 Public Class ReadOnlyKeyedComboColumnCollection(Of T As ComboColumn) Inherits System.Collections.ObjectModel.ReadOnlyCollection(Of T)
public class ReadOnlyKeyedComboColumnCollection<T> : System.Collections.ObjectModel.ReadOnlyCollection<T> where T: ComboColumn